home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_43455.txt < prev    next >
Text File  |  1989-09-06  |  2KB  |  89 lines

  1. -- card: 43455 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (field)
  9. -- low flags: 01
  10. -- high flags: 2004
  11. -- rect: left=14 top=161 right=296 bottom=132
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 9
  17. -- style flags: 0
  18. -- line height: 12
  19. -- part name: 
  20.  
  21.  
  22. -- part 1 (button)
  23. -- low flags: 00
  24. -- high flags: 8003
  25. -- rect: left=294 top=284 right=305 bottom=452
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Use selected format
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   set numberFormat to the selection
  37.   put 0+654.321000
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 4 (field)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=137 top=197 right=281 bottom=487
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 0
  49. -- font id: 2
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: 
  54.  
  55.  
  56. -- part contents for background part 43
  57. ----- text -----
  58. 335,253
  59.  
  60. -- part contents for background part 1
  61. ----- text -----
  62. set numberFormat to <string>   -- controls the number of decimal places that numbers have.  Because it can change the answers that all arithmetic gives, it is reset to the default whenever HyperCard is idle.  In the 
  63. format itself, 0 displays a digit, a period marks the decimal pt, and # to the right of the decimal displays a digit only when it is non-zero.
  64.  
  65.  
  66.  
  67.  
  68. -- part contents for background part 44
  69. ----- text -----
  70. numberFormat
  71.  
  72.  
  73. -- part contents for background part 2
  74. ----- text -----
  75. Global properties (cont.)
  76.  
  77. -- part contents for card part 2
  78. ----- text -----
  79. The "Use selected format" button puts the number 654.321000 into the Message box using the format you select.Drag across a sample format to select it and then click the button.  
  80.   
  81.  
  82. -- part contents for card part 4
  83. ----- text -----
  84.  
  85. "0.00"                --for money 
  86. "0.#####"          --no trailing zeros
  87. "0."                    --no decimal places                  
  88. "0.0000000000"--many zeros                              
  89.